From: Max Semenik Date: Tue, 23 Nov 2010 12:27:02 +0000 (+0000) Subject: Removed LoadBalancer::getGroupIndex(): deprecated since r32578, no callers X-Git-Tag: 1.31.0-rc.0~33766 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=64089af28a14c26e44b83a2ce42116eac539fd0a;p=lhc%2Fweb%2Fwiklou.git Removed LoadBalancer::getGroupIndex(): deprecated since r32578, no callers --- diff --git a/includes/db/LoadBalancer.php b/includes/db/LoadBalancer.php index b0dc4839f1..0d2d576b85 100644 --- a/includes/db/LoadBalancer.php +++ b/includes/db/LoadBalancer.php @@ -324,14 +324,6 @@ class LoadBalancer { return $t; } - /** - * Get a random server to use in a query group - * @deprecated use getReaderIndex - */ - function getGroupIndex( $group ) { - return $this->getReaderIndex( $group ); - } - /** * Set the master wait position * If a DB_SLAVE connection has been opened already, waits